home *** CD-ROM | disk | FTP | other *** search
/ FM Towns: Free Software Collection 4 / FM Towns Free Software Collection 4 - Disc 1.iso / t_os / wstype / source / optparse.h < prev    next >
Text File  |  1991-10-18  |  314b  |  16 lines

  1. /***   [optparse.h]
  2. *
  3. *    For GNU C Compiler (GCC)
  4. *
  5. ***/
  6.  
  7. void    OPT_init(int, char *[]);
  8. void    OPT_filew(char *, char *, char *);
  9. int        OPT_BackG(char *, int *);
  10. int        OPT_WarnS(char *);
  11. int        OPT_Cons(void);
  12. int        OPT_Scroll(void);
  13. int        OPT_txt_n(void);
  14. const char    *OPT_txt(void);
  15. void    OPT_disp(short *);
  16.